home *** CD-ROM | disk | FTP | other *** search
/ United Public Domain Gold 2 / United Public Domain Gold 2.iso / business / pb031.dms / pb031.adf / EasyCalc / help / _sign.help < prev    next >
Text File  |  1992-11-20  |  317b  |  20 lines

  1. Spreadsheet Function: SIGN()
  2. Synopsis:
  3.  
  4. @SIGN(exp)
  5.  
  6. Description:
  7.  
  8. This  function  returns  -1  if  the  expression  is
  9. negative,  0  if  the expression is 0, and +1 if the
  10. expression is positive.
  11.  
  12. Examples:
  13.  
  14. @SIGN(-5) would give -1.
  15. @SIGN(2) would give 1.
  16. *
  17. Using Functions
  18. Usefunc.help
  19. Maths Operators
  20. operators.help